home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / slay.zip / SLAY.DOC < prev   
Text File  |  1991-10-24  |  4KB  |  93 lines

  1.                           SLAY.COM - DIRECTORY KILLER
  2.  
  3. SLAY.COM is a pesticide for getting rid of nests of pesky files and
  4. subdirectories. Like a pesticide, SLAY is compact, direct, powerful, and
  5. dangerous. Used with care, however it is just the ticket for exterminating
  6. those tangled burrows of unwanted guests. They may have come into your disk
  7. by invitation, or they may have been dumped there by rude installation
  8. programs. Whatever. You want to get rid of them NOW, and you don't want to
  9. putz around with a dozens CDs, DELs and ATTRIBs, or with mass delete
  10. utilities that ask you time-wasting questions. SLAY is for you.
  11.  
  12. SLAY is particularly useful to people with one floppy drive who use a
  13. holding directory on the hard disk for duplicating diskettes.
  14.  
  15. The syntax is simple: SLAY <subdir> <N-switch (optional)>
  16.  
  17.      <subdir> is the name of the directory you want to erase. All files and
  18.      subdirectories that descend from it will also disappear.
  19.  
  20.      <N-switch> is the only option that SLAY takes and is optional. When
  21.      <subdir> is followed by a single space and an N or an n, all the
  22.      files and subdirectories below <subdir> will be erased, but <subdir>
  23.      will survive as an empty directory.
  24.  
  25.      If SLAY is invoked without any arguments, it will display a brief
  26.      summary of the correct usage and exit.
  27.  
  28. You must be in the subdirectory immediately above the offending subdirectory.
  29. There is no confirmation check, no menus, no nothing--just instant death for
  30. the named subdirectory and dependent files and subdirectories.
  31.  
  32. If you put SLAY.COM in a path directory, (like C:\DOS> or C:\UTIL> on most
  33. systems) it will always be available instantly at the DOS prompt.
  34.  
  35. If you do wipe out something you didn't mean to, it's recoverable with one of
  36. the undelete utilities that come with Norton Utilities, PCTools, Mace, DOS 5.0,
  37. etc. Almost everyone has one of those utilities, but if you don't, DO NOT USE
  38. SLAY.COM UNTIL YOU HAVE ONE!!!
  39.  
  40. SLAY will not and cannot delete the root directory or its files.
  41.  
  42. Some examples follow. Consider the partial directory tree below:
  43.  
  44. C:-- TEMP-------WASTE---|---------SUB1----file.xxx
  45.        |                |          |
  46.        |              file.aaa     |
  47.       WP--(..)          |         SUB2--------------file.ddd--DEEP.SUB
  48.        |              file.aaa     |                  |
  49.        |                |          |                file.ddd
  50.       DB--(..)        file.aaa    SUB3---file.bbb     |
  51.        |                                   |        file.ddd
  52.        |                                 file.bbb
  53.       ETC                               
  54.  
  55. Let's say you wanted to get rid of everything contained in WASTE: WASTE itself
  56. and all the files and subdirectories that are shown to the right of WASTE.
  57. You could do it two ways:
  58.  
  59.         1.) CD to C:\TEMP>  then type:  SLAY WASTE
  60.             
  61.               or:
  62.       
  63.         2.) from the root directory, type: SLAY TEMP N
  64.  
  65. If you wanted to get rid of SUB2 and its files (*.ddd) plus DEEP.SUB and its
  66. files (if any), you would:  CD \TEMP\WASTE     then:  SLAY SUB2
  67.  
  68. That's all there is to it.    
  69.  
  70. SLAY.COM returns an ERRORLEVEL. The only proper one is 3 -- Path Not Found
  71. -- which means that SLAY was not run from the proper directory, or that the
  72. target directory does not exist, or was mistyped on the command line. If any
  73. other ERRORLEVEL is returned, it's likely to be caused by a bug in the
  74. program.
  75.  
  76. Let there be no confusion: SLAY is NOT a virus hunter.
  77.  
  78. SLAY.COM may be distributed freely, so long as there is no charge for the
  79. software itself or its use. Source code (asm) available on request.
  80.  
  81. SLAY.COM is offered with no guarantees: use at your own risk. Except for
  82. this: if you report a bug, I will do all I can to fix it.
  83.  
  84. Please address bug reports and comments to the author:
  85.  
  86. Albert Duro, Compuserve No. 73757,2167
  87.  
  88. MAYAM Productions, 1991
  89. 250 Visitacion Ave.
  90. Brisbane, CA 94005
  91. 415 468-2155
  92.  
  93.